/** \file ExtraSocketCatchcopy.h \brief Define the socket of catchcopy \author alpha_one_x86 \version 0002 \date 2010 */ #ifndef EXTRASOCKETCATCHCOPY_H #define EXTRASOCKETCATCHCOPY_H #include #ifdef Q_OS_UNIX #include #include #else #include #endif /// \brief to have extra socket function class ExtraSocketCatchcopy { public: /// \brief to get the socket path static const QString pathSocket(); }; #endif // EXTRASOCKETCATCHCOPY_H