summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Logger/DAnCELoggerFactory.h
blob: f2ed4800950b391e553cf523e7514ce51656760e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
#ifndef DAnCE_LOGGERFACTORY_BASE_H_
#define DAnCE_LOGGERFACTORY_BASE_H_

#include "ace/Service_Object.h"
#include "tao/ORB.h"
#include "ace/Log_Msg_Backend.h"

namespace DAnCE
  {

  class DAnCELoggerFactory : public ACE_Service_Object
    {
    public:
      virtual ACE_Log_Msg_Backend * get_logger_backend (CORBA::ORB_ptr orb) = 0;
    };
} // DAnCE

#endif /*LOGGERFACTORY_H_*/