1 // AuthenticationServerDefs.h 2 3 #ifndef AUTHENTICATION_SERVER_DEFS_H 4 #define AUTHENTICATION_SERVER_DEFS_H 5 6 #include <SupportDefs.h> 7 8 extern const char* kAuthenticationServerPortName; 9 10 #endif // AUTHENTICATION_SERVER_DEFS_H 11
1 // AuthenticationServerDefs.h 2 3 #ifndef AUTHENTICATION_SERVER_DEFS_H 4 #define AUTHENTICATION_SERVER_DEFS_H 5 6 #include <SupportDefs.h> 7 8 extern const char* kAuthenticationServerPortName; 9 10 #endif // AUTHENTICATION_SERVER_DEFS_H 11