2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Syntax fixes for PubUtilLib.

This commit is contained in:
Darryl Pogue
2011-07-24 15:26:58 -07:00
parent e6a625674f
commit 46c4a457e0
39 changed files with 59 additions and 60 deletions

View File

@ -301,7 +301,7 @@ public:
\param stage Which stage are we setting the loop count for?
\param newLoopCount The loop count we are setting on the stage
*/
plAvBrainGenericMsg::plAvBrainGenericMsg(plKey sender, plKey receiver,
plAvBrainGenericMsg(plKey sender, plKey receiver,
Type type, int stage, int newLoopCount);
// plasma protocol
CLASSNAME_REGISTER( plAvBrainGenericMsg );

View File

@ -38,7 +38,7 @@ class plCondRefMsg : public plRefMsg
public:
plCondRefMsg() { fWhich = -1; }
plCondRefMsg::plCondRefMsg(const plKey &s, int which)
plCondRefMsg(const plKey &s, int which)
: plRefMsg(s, plRefMsg::kOnCreate), fWhich(which) {}
CLASSNAME_REGISTER( plCondRefMsg );

View File

@ -51,4 +51,4 @@ public:
};
#endif plMatrixUpdateMsg_inc
#endif //plMatrixUpdateMsg_inc