summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Daemon_Utilities.h
blob: 38cd86a6f925dc34c6baa1dc1cf38c7f1d3252bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- C++ -*-
#ifndef _DAEMON_UTILS_H
#define _DAEMON_UTILS_H
#include /**/ "ace/pre.h"

#include "orbsvcs/svc_utils_export.h"

#include "tao/Versioned_Namespace.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

class TAO_Svc_Utils_Export TAO_Daemon_Utility
{
public:
  static void check_for_daemon (int &argc, ACE_TCHAR* argv[]);
};

TAO_END_VERSIONED_NAMESPACE_DECL

#include /**/ "ace/post.h"
#endif