#include <coll/Map.h>
#include "Shareable.h"
#include "Status.h"
#include "IProvided.h"
#include "IRequired.h"
#include "ICRUD.h"
Go to the source code of this file.
void dcrudIDispatcher_handleRequests |
( |
dcrudIDispatcher |
This | ) |
|
dcrudIProvided dcrudIDispatcher_provide |
( |
dcrudIDispatcher |
This, |
|
|
const char * |
name |
|
) |
| |
dcrudIRequired dcrudIDispatcher_require |
( |
dcrudIDispatcher |
This, |
|
|
const char * |
name |
|
) |
| |
dcrudICRUD dcrudIDispatcher_requireCRUD |
( |
dcrudIDispatcher |
This, |
|
|
dcrudClassID |
classId |
|
) |
| |
UTIL_ADT |
( |
dcrudIDispatcher |
| ) |
|