OBT::IService Class Reference

A root interface for services. More...

#include <OBTIService.h>

List of all members.

Public Member Functions

virtual ~IService ()
 destructor

Protected Member Functions

 IService ()
 default constructor

Private Member Functions

 IService (const IService &)
 copy constructor
const IServiceoperator= (const IService &)
 assignment

Detailed Description

A root interface for services.

Author:
Michaël Rouillé <michael.rouille@gmail.com>

Definition at line 14 of file OBTIService.h.


Constructor & Destructor Documentation

IService::~IService (  )  [virtual]

destructor

Definition at line 15 of file OBTIService.cpp.

00016 {
00017 }

IService::IService (  )  [protected]

default constructor

Definition at line 8 of file OBTIService.cpp.

00009 {
00010 }

OBT::IService::IService ( const IService  )  [private]

copy constructor


Member Function Documentation

const IService& OBT::IService::operator= ( const IService  )  [private]

assignment


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1