qthighway/xqservice/src/xqserviceipcmarshal.h
changeset 24 9d760f716ca8
parent 1 2b40d63a9c3d
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    28 #include <qmetatype.h>
    28 #include <qmetatype.h>
    29 #include <qdatastream.h>
    29 #include <qdatastream.h>
    30 #include <qatomic.h>
    30 #include <qatomic.h>
    31 #include <quuid.h>
    31 #include <quuid.h>
    32 
    32 
       
    33 /// @cond
       
    34 /*!
       
    35     Excluded from documentation.
       
    36 */
       
    37 
    33 template <typename T>
    38 template <typename T>
    34 struct QMetaTypeRegister
    39 struct QMetaTypeRegister
    35 {
    40 {
    36     static int registerType() { return 1; }
    41     static int registerType() { return 1; }
    37 };
    42 };
       
    43 
       
    44 /// @endcond
    38 
    45 
    39 #ifdef Q_CC_GNU
    46 #ifdef Q_CC_GNU
    40 # define _QATOMIC_ONCE() do {} while(0)
    47 # define _QATOMIC_ONCE() do {} while(0)
    41 #else
    48 #else
    42 # define _QATOMIC_ONCE()                \
    49 # define _QATOMIC_ONCE()                \