src/netanim/bindings/modulegen__gcc_ILP32.py
changeset 7626 bbede1834853
parent 7602 c4e86b57fbc6
child 7724 df7a2f30d5a8
--- a/src/netanim/bindings/modulegen__gcc_ILP32.py	Sat Dec 10 23:52:40 2011 +0100
+++ b/src/netanim/bindings/modulegen__gcc_ILP32.py	Sun Dec 11 20:04:07 2011 -0800
@@ -515,6 +515,15 @@
     cls.add_constructor([param('std::string const', 'filename'), param('bool', 'usingXML', default_value='true')])
     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(uint16_t port, bool usingXML=true) [constructor]
     cls.add_constructor([param('uint16_t', 'port'), param('bool', 'usingXML', default_value='true')])
+    ## animation-interface.h (module 'netanim'): static bool ns3::AnimationInterface::IsInitialized() [member function]
+    cls.add_method('IsInitialized', 
+                   'bool', 
+                   [], 
+                   is_static=True)
+    ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::IsStarted() [member function]
+    cls.add_method('IsStarted', 
+                   'bool', 
+                   [])
     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::ResetAnimWriteCallback() [member function]
     cls.add_method('ResetAnimWriteCallback', 
                    'void',