*** empty log message ***
This commit is contained in:
parent
8cf2dcd90c
commit
0009b8b06e
1 changed files with 3 additions and 3 deletions
|
@ -19,10 +19,10 @@ msgSpace * msgSpaceCreate(
|
|||
msgSpace * result;
|
||||
int shmId;
|
||||
msgSpaceId nzgId;
|
||||
msgSpaceList
|
||||
static spaceIdNum=-1;
|
||||
msgSpaceList mSList;
|
||||
static int mSIdNum=-1;
|
||||
|
||||
spaceIdNum++;
|
||||
mSIdNum++;
|
||||
/** recuperation de la liste des msgSpace **/
|
||||
/* (creation si elle n'existe pas */
|
||||
|
||||
|
|
Loading…
Reference in a new issue