git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@794 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5ccbfa458d
commit
aecc5ba8fc
35 changed files with 498 additions and 262 deletions
|
|
@ -51,9 +51,8 @@ Service * getService (SERVICE_ID __key) {
|
|||
return dynamic_cast <Service *> (getCommunicable (__key));
|
||||
}
|
||||
|
||||
void Service :: notifySendingData () {
|
||||
void Service :: notifySendingData () { }
|
||||
|
||||
}
|
||||
void Service :: notifySendingResourceRequest () {
|
||||
|
||||
num_sent_rr --;
|
||||
|
|
@ -61,26 +60,14 @@ void Service :: notifySendingResourceRequest () {
|
|||
notifySendingAllResourceRequests ();
|
||||
}
|
||||
|
||||
void Service :: notifySendingAllResourceRequests () {
|
||||
void Service :: notifySendingAllResourceRequests () { }
|
||||
|
||||
}
|
||||
void Service :: packData () {}
|
||||
|
||||
void Service :: packData () {
|
||||
void Service :: unpackData () {}
|
||||
|
||||
}
|
||||
void Service :: execute () {}
|
||||
|
||||
void Service :: unpackData () {
|
||||
void Service :: packResult () {}
|
||||
|
||||
}
|
||||
|
||||
void Service :: execute () {
|
||||
|
||||
}
|
||||
|
||||
void Service :: packResult () {
|
||||
|
||||
}
|
||||
|
||||
void Service :: unpackResult () {
|
||||
|
||||
}
|
||||
void Service :: unpackResult () {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue