#include "RepositoryManagerC.h"
#include "Options.h"
#include "ace/OS_NS_fcntl.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_stat.h"
#include "Config_Handlers/DnC_Dump.h"
#include <iostream>
#include "RM_Helper.h"
#include "tao/CDR.h"
#include "ace/Message_Block.h"
Include dependency graph for RMadmin.cpp:
Functions | |
CORBA::Octet * | read_from_disk (const char *full_path, size_t &length) |
=============================COUPLE OF HELPER METHORS================================== | |
int | write_to_disk (const char *full_path, const CORBA::Octet *buffer, size_t length) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
========================================================================================main function that provides a sample interface for RM clients | |
Variables | |
const char * | ior = "file://RepositoryManagerDeamon.ior" |
|
========================================================================================main function that provides a sample interface for RM clients
|
|
=============================COUPLE OF HELPER METHORS==================================
|
|
|
|
|