Ver Fonte

*** empty log message ***

Joe Shochet há 24 anos atrás
pai
commit
9d9f137a2c
1 ficheiros alterados com 3 adições e 5 exclusões
  1. 3 5
      panda/src/chat/chatInput.h

+ 3 - 5
panda/src/chat/chatInput.h

@@ -58,18 +58,16 @@ PUBLISHED:
 
 
   INLINE const string &get_string() const;
   INLINE const string &get_string() const;
 
 
+  void append(const string &str);
+  bool append_character(char ch);
+
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 // From parent class DataNode
 // From parent class DataNode
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 public:
 public:
   virtual void
   virtual void
   transmit_data(NodeAttributes &data);
   transmit_data(NodeAttributes &data);
-
-  void append(const string &str);
-  bool append_character(char ch);
-
   NodeAttributes _attrib;
   NodeAttributes _attrib;
-
   // inputs
   // inputs
   static TypeHandle _button_events_type;
   static TypeHandle _button_events_type;