#include "ACEXML/common/FileCharStream.h"#include "ACEXML/common/HttpCharStream.h"#include "ACEXML/common/StrCharStream.h"#include "ACEXML/common/ZipCharStream.h"#include "ACEXML/parser/parser/Parser.h"#include "Print_Handler.h"#include "SAXPrint_Handler.h"#include "ace/Get_Opt.h"#include "ace/Auto_Ptr.h"#include "ace/Log_Msg.h"#include "ace/OS_main.h"Include dependency graph for main.cpp:

Go to the source code of this file.
Functions | |
| void | usage (const ACE_TCHAR *program) |
Variables | |
| const ACEXML_Char * | test_string |
|
|
Definition at line 19 of file main.cpp. References ACE_ERROR, ACE_TEXT, and LM_ERROR.
00020 {
00021 ACE_ERROR ((LM_ERROR,
00022 ACE_TEXT ("Usage: %s [-sl] [-f <filename> | -u <url> | -z <ZIP Archive>]\n")
00023 ACE_TEXT (" -s: Use SAXPrint_Handler (Default is Print_Handler)\n")
00024 ACE_TEXT (" -l: Parse the internal strings (test the StrCharStream class)\n")
00025 ACE_TEXT (" -f: Specify the filename when -l is not specified\n")
00026 ACE_TEXT (" -z: Specify that the file is inside a ZIP archive\n")
00027 ACE_TEXT (" -u: URL specifying the path to the file\n"),
00028 program));
00029 }
|
|
|
Initial value: ACE_TEXT ("<?xml version='1.0'?> <ACE_Svc_Conf> <static id=\"ACE_Service_Manager\" params='-d -p 4911'/> <dynamic id=\"Test_Task\" type=\"service_object\"> A " <initializer path=\"CCM_App\" init='_make_Test_Task' params='-p 3000'/> </dynamic> </ACE_Svc_Conf>") |
1.3.6