dcrud
0.0.0
Distributed data and services
Main Page
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
ICallback.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Arguments.hpp
"
4
5
namespace
dcrud {
6
7
class
ICallback
{
8
public
:
9
10
virtual
~ ICallback
(){}
11
12
virtual
void
callback
(
13
const
std::string & intrfc,
14
const
std::string & operation,
15
const
Arguments
& results ) = 0;
16
};
17
}
dcrud::ICallback::~ICallback
virtual ~ICallback()
Definition:
ICallback.hpp:10
dcrud::ICallback
Definition:
ICallback.hpp:7
Arguments.hpp
dcrud::Arguments
Definition:
Arguments.hpp:15
dcrud::ICallback::callback
virtual void callback(const std::string &intrfc, const std::string &operation, const Arguments &results)=0
inc
dcrud
ICallback.hpp
Generated on Sun Jan 10 2016 19:24:09 for dcrud by
1.8.7