| 20 | |
| 21 | |
| 22 | void print_usage () { |
| 23 | std::cout << std::endl |
| 24 | << "USAGE: dcpsinfo_dump [-k ior] [-h]" << std::endl |
| 25 | << " -k <ior> use provided DCPSInfoRepo ior. default: " |
| 26 | << ior << std::endl |
| 27 | << " -h print help and exit" << std::endl; |
| 28 | } |
| 29 | |
| 30 | int parse_args(int argc, ACE_TCHAR *argv[]) |
| 31 | { |