##// END OF EJS Templates
Creates AMDAServer class...
Creates AMDAServer class AmdaServer class declares an AMDA server. Implementations will return server name and server url

File last commit:

r1144:ccbc4ffe2a72
r1144:ccbc4ffe2a72
Show More
AmdaServer.cpp
8 lines | 132 B | text/x-c | CppLexer
Alexandre Leroux
Creates AMDAServer class...
r1144 #include "AmdaServer.h"
Q_LOGGING_CATEGORY(LOG_AmdaServer, "AmdaServer")
AmdaServer &AmdaServer::instance()
{
/// @todo ALX
}