Hobrasoft httpd server
Embedded HTTP server for Qt and C++
hobrasofthttp
src
testsettings.h
Go to the documentation of this file.
1
6
#ifndef __GCC_SETTINGS_H__
7
#define __GCC_SETTINGS_H__
8
9
class
Test;
10
11
#if __GNUC__ == 4 && __GNUC_MINOR__ < 7
12
#define FRIEND_CLASS_TEST friend class Test;
13
#else
14
#define FRIEND_CLASS_TEST friend Test;
15
#endif
16
17
#endif
Generated on Tue Dec 11 2018 11:15:48 for Hobrasoft httpd server by
1.8.14