#include "cd.h"
#include <fstream>
#include "TdkCorbaOrbWrapper.h"
#include "TdkCorbaServicesManagerServant.h"
#include "TdkCorbaWMSServiceServant.h"
#include "TdkFilesystemHelper.h"
Functions | |
void | printUsage (const char *szProgName) |
void | sanitizeIorDirPath (std::string &sIorDirPath) |
void | writeCorbaObjReference (std::string sFullFilePath, std::string sObjRef) |
Writes an IOR reference to a file. | |
int | main (int argc, char *argv[]) |
Variables | |
static const char * | TDK_SZ_DEFAULT_IOR_DIR_PATH = "C:\\TdkWeb\\TdkServer" |
static const char * | TDK_SZ_IOR_FILE_SERVICE_MGR_SERVANT = "ior_services.dat" |
const int | TDK_SERVER_RC_USAGE_ERROR = -1 |
const int | TDK_SERVER_RC_EXCEPTION_THROWN = -2 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void printUsage | ( | const char * | szProgName | ) |
void sanitizeIorDirPath | ( | std::string & | sIorDirPath | ) |
void writeCorbaObjReference | ( | std::string | sFullFilePath, | |
std::string | sObjRef | |||
) |
Writes an IOR reference to a file.
const int TDK_SERVER_RC_EXCEPTION_THROWN = -2 |
const int TDK_SERVER_RC_USAGE_ERROR = -1 |
const char* TDK_SZ_DEFAULT_IOR_DIR_PATH = "C:\\TdkWeb\\TdkServer" [static] |
Esse include representa uma solução para o problema relacionado ao conflito existente entre o parâmetro map da função cdRGB3Map e a classe map definida na biblioteca padrão de C++. O objetivo é fazer com que a primeira ocorrência de map seja aquela definida nesse include, uma vez que a da stl é resolvida pelo uso do qualificador de namespace.
const char* TDK_SZ_IOR_FILE_SERVICE_MGR_SERVANT = "ior_services.dat" [static] |