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:
@ -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 );
|
||||
|
@ -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 );
|
||||
|
@ -51,4 +51,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif plMatrixUpdateMsg_inc
|
||||
#endif //plMatrixUpdateMsg_inc
|
||||
|
Reference in New Issue
Block a user