Changeset 1164:49ce9743a4d0


Ignore:
Timestamp:
02/22/09 15:33:12 (3 years ago)
Author:
niam
Branch:
libdodo
Message:

code alignment

Location:
trunk/include/libdodo
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/libdodo/cgi.h

    r1160 r1164  
    213213                         * @note defines struct data with user data 
    214214                         */ 
    215                         __cgiCookie(const dodoString &name, const dodoString &value, const dodoString &exDate, const dodoString &path, const dodoString &domain, bool secure); 
     215                        __cgiCookie(const dodoString &name, 
     216                                                const dodoString &value, 
     217                                                const dodoString &exDate, 
     218                                                const dodoString &path, 
     219                                                const dodoString &domain, 
     220                                                bool                     secure); 
    216221 
    217222                        dodoString name;                            ///< name of the cookie 
  • trunk/include/libdodo/cgiDialogue.h

    r1160 r1164  
    9393                         * @param postFilesTmpDir defines directory for POST files if on they are saved on the disk 
    9494                         */ 
    95                         dialogue(exchange &cf, bool silent = false, bool autocleanFiles = true, bool postFilesInMem = true, dodoString postFilesTmpDir = "/tmp/"); 
     95                        dialogue(exchange &cf, 
     96                                         bool           silent = false, 
     97                                         bool           autocleanFiles = true, 
     98                                         bool           postFilesInMem = true, 
     99                                         dodoString postFilesTmpDir = "/tmp/"); 
    96100 
    97101                        /** 
     
    104108                         * @param postFilesTmpDir defines directory for POST files if on they are saved on the disk 
    105109                         */ 
    106                         dialogue(exchange &cf, dodoMap<short, dodoString> &headers, bool silent = false, bool autocleanFiles = true, bool postFilesInMem = true, dodoString postFilesTmpDir = "/tmp/"); 
     110                        dialogue(exchange                                       &cf, 
     111                                         dodoMap<short, dodoString> &headers, 
     112                                         bool                                           silent = false, 
     113                                         bool                                           autocleanFiles = true, 
     114                                         bool                                           postFilesInMem = true, 
     115                                         dodoString                                     postFilesTmpDir = "/tmp/"); 
    107116 
    108117                        /** 
  • trunk/include/libdodo/cgiFastServer.h

    r1161 r1164  
    8181                                 * if limit is 0 `listen` never returns 
    8282                                 */ 
    83                                 server(unsigned long limit = 0, bool threading = true, unsigned int threadsNum = 10); 
     83                                server(unsigned long limit = 0, 
     84                                           bool                  threading = true, 
     85                                           unsigned int  threadsNum = 10); 
    8486 
    8587#else 
  • trunk/include/libdodo/dataBaseAccumulator.h

    r1160 r1164  
    6565                                 * @param execObject defines type of object that executed a hook[see xexecObjectTypeEnum] 
    6666                                 */ 
    67                                 __xexecDataBaseAccumulatorCollectedData(xexec *executor, short execObject); 
     67                                __xexecDataBaseAccumulatorCollectedData(xexec *executor, 
     68                                                                                                                short execObject); 
    6869 
    6970#endif 
  • trunk/include/libdodo/dataBaseConnector.h

    r1160 r1164  
    8181                                 * @param fields defines names of fields 
    8282                                 */ 
    83                                 __tuples(dodoArray<dodoStringArray> rows, dodoStringArray fields); 
     83                                __tuples(dodoArray<dodoStringArray> rows, 
     84                                                 dodoStringArray                        fields); 
    8485 
    8586                                /** 
     
    112113                                 * @param port defines port 
    113114                                 */ 
    114                                 __connectionInfo(const dodoString &db, const dodoString &host, const dodoString &user, const dodoString &password, const dodoString &path=__dodostring__, int port=0); 
     115                                __connectionInfo(const dodoString &db, 
     116                                                                 const dodoString &host, 
     117                                                                 const dodoString &user, 
     118                                                                 const dodoString &password, 
     119                                                                 const dodoString &path = __dodostring__, 
     120                                                                 int                      port = 0); 
    115121 
    116122                                dodoString   db;                    ///< database name 
  • trunk/include/libdodo/dataFormatXmlNode.h

    r1160 r1164  
    9494                                         * @param ns defines node namespace 
    9595                                         */ 
    96                                         node(const dodoString &name, const dodoStringMap &attributes, const dodoString &value, const dodoString &ns = __dodostring__); 
     96                                        node(const dodoString    &name, 
     97                                                 const dodoStringMap &attributes, 
     98                                                 const dodoString        &value, 
     99                                                 const dodoString        &ns = __dodostring__); 
    97100 
    98101                                        /** 
  • trunk/include/libdodo/dataFormatXmlProcessor.h

    r1160 r1164  
    6767                                         * @param ns defines namespace of the node 
    6868                                         */ 
    69                                         __nodeDef(const dodoString &name, const dodoString &ns=__dodostring__); 
     69                                        __nodeDef(const dodoString &name, 
     70                                                          const dodoString &ns = __dodostring__); 
    7071 
    7172                                        dodoString                     name;            ///< name of the node [[tag]]; if empty - for first - gets root, for children - all[but if children do not have in definition own children] 
     
    9596                                         * @note initializes with user values 
    9697                                         */ 
    97                                         __info(const dodoString &version, const dodoString &encoding, const dodoString &root, int compression); 
     98                                        __info(const dodoString &version, 
     99                                                   const dodoString &encoding, 
     100                                                   const dodoString &root, 
     101                                                   int                          compression); 
    98102 
    99103                                        dodoString version;                             ///< version of XML document 
  • trunk/include/libdodo/graphicsDraw.h

    r1160 r1164  
    7070                         * @param y defines y position of the point 
    7171                         */ 
    72                         point(unsigned long x, unsigned long y); 
     72                        point(unsigned long x, 
     73                                  unsigned long y); 
    7374 
    7475                        unsigned long x;    ///< x position of the point 
  • trunk/include/libdodo/graphicsImage.h

    r1160 r1164  
    8787                         * @param execObject defines type of object that executed a hook[see xexecObjectTypeEnum] 
    8888                         */ 
    89                         __xexecImageCollectedData(xexec *executor, short execObject); 
     89                        __xexecImageCollectedData(xexec *executor, 
     90                                                                          short execObject); 
    9091 
    9192#endif 
  • trunk/include/libdodo/ioChannel.h

    r1161 r1164  
    7373                         * @param execObject defines type of object that executed a hook[see xexecObjectTypeEnum] 
    7474                         */ 
    75                         __xexecIoChannelCollectedData(xexec *executor, short execObject); 
     75                        __xexecIoChannelCollectedData(xexec *executor, 
     76                                                                                  short execObject); 
    7677 
    7778                        dodoString buffer; ///< data buffer 
  • trunk/include/libdodo/ioFileFifo.h

    r1160 r1164  
    9191                                 * @param mode defines mode to open file[see fifoOpenmodeEnum] 
    9292                                 */ 
    93                                 fifo(const dodoString &path, short mode); 
     93                                fifo(const dodoString &path, 
     94                                         short                    mode); 
    9495 
    9596                                /** 
  • trunk/include/libdodo/ioFileRegular.h

    r1160 r1164  
    9191                                 * @param mode defines mode to open file[see regularOpenmodeEnum] 
    9292                                 */ 
    93                                 regular(const dodoString &path, short mode); 
     93                                regular(const dodoString &path, 
     94                                                short                    mode); 
    9495 
    9596                                /** 
  • trunk/include/libdodo/ioNetworkClient.h

    r1160 r1164  
    124124                                 * @param type defines type of the socket[see connectionTransferTypeEnum] 
    125125                                 */ 
    126                                 client(short family, short type); 
     126                                client(short family, 
     127                                           short type); 
    127128 
    128129                                /** 
  • trunk/include/libdodo/ioNetworkHttp.h

    r1160 r1164  
    130130                                 * @param mime defines mimetype of the file 
    131131                                 */ 
    132                                 __httpPostFile(const dodoString path, const dodoString mime); 
     132                                __httpPostFile(const dodoString path, 
     133                                                           const dodoString mime); 
    133134 
    134135                                /** 
  • trunk/include/libdodo/ioNetworkServer.h

    r1160 r1164  
    125125                                 * @param type defines type of the socket[see connectionTransferTypeEnum] 
    126126                                 */ 
    127                                 server(short family, short type); 
     127                                server(short family, 
     128                                           short type); 
    128129 
    129130                                /** 
  • trunk/include/libdodo/ioNetworkSslClient.h

    r1160 r1164  
    8888                                         * @param type defines type of the socket[see connectionTransferTypeEnum] 
    8989                                         */ 
    90                                         client(short family, short type); 
     90                                        client(short family, 
     91                                                   short type); 
    9192 
    9293                                        /** 
  • trunk/include/libdodo/ioNetworkSslServer.h

    r1160 r1164  
    8787                                         * @param type defines type of the socket[see connectionTransferTypeEnum] 
    8888                                         */ 
    89                                         server(short family, short type); 
     89                                        server(short family, 
     90                                                   short type); 
    9091 
    9192                                        /** 
  • trunk/include/libdodo/toolsTime.h

    r1160 r1164  
    8989                         * @param daylight defines daylight savings condition 
    9090                         */ 
    91                         __time(unsigned int sec, unsigned int min, unsigned int hour, unsigned int day, unsigned int month, unsigned int year, bool daylight = true); 
     91                        __time(unsigned int sec, 
     92                                   unsigned int min, 
     93                                   unsigned int hour, 
     94                                   unsigned int day, 
     95                                   unsigned int month, 
     96                                   unsigned int year, 
     97                                   bool                 daylight = true); 
    9298 
    9399                        unsigned int sec;       ///< seconds [0, 60] 
  • trunk/include/libdodo/xexec.h

    r1163 r1164  
    186186                 * @param execObject defines type of object that executed a hook[see xexecObjectTypeEnum] 
    187187                 */ 
    188                 __xexecCollectedData(xexec *executor, short execObject); 
     188                __xexecCollectedData(xexec *executor, 
     189                                                         short execObject); 
    189190 
    190191                /** 
Note: See TracChangeset for help on using the changeset viewer.