summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/proto/proto.hh
diff options
context:
space:
mode:
authorhaller2005-04-04 16:49:03 +0000
committerhaller2005-04-04 16:49:03 +0000
commit1441236626460fba0d4e032c04a0fadb8861b619 (patch)
tree1ec5247ca9a91ae439d2f66d97c3ffff59270004 /2005/i/robert/src/proto/proto.hh
parent4bf8554325d4db51f9c18fbcc8f96233a9f733df (diff)
Correction de quelques entorses aux robot coding standards
Diffstat (limited to '2005/i/robert/src/proto/proto.hh')
-rw-r--r--2005/i/robert/src/proto/proto.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/2005/i/robert/src/proto/proto.hh b/2005/i/robert/src/proto/proto.hh
index 19bf376..d27619b 100644
--- a/2005/i/robert/src/proto/proto.hh
+++ b/2005/i/robert/src/proto/proto.hh
@@ -104,9 +104,9 @@ class Proto : public NonCopyable
/// Remplie une frame avec un argument
void newArgFrame(Proto::Frame & frame, char format, int arg);
/// Renvoie la taille necessaire du vecteur args pour un format donné
- static int ArgsFrameSize(const char *format,int nbArg = 0);
+ static int argsFrameSize(const char *format,int nbArg = 0);
/// Renvoie la taille necessaire du vecteur args pour 1 argument
- static int ArgSize(char format);
+ static int argSize(char format);
/// Vérifie le format de la frame
static bool verifyFrame(const Frame &frame, const char *format, int nbArg);
/// Décode un argument