added hostid function (artf724006)
[deliverable/titan.core.git] / core / Communication.hh
index 2d51295e1966d1420fd7f13e8bcb718e559d7291..1147128f8e09dc8b72b83e09e9d08e34ab26b0c4 100644 (file)
@@ -13,6 +13,7 @@
  *   Forstner, Matyas
  *   Kovacs, Ferenc
  *   Raduly, Csaba
+ *   Szabo, Bence Janos
  *   Szabo, Janos Zoltan – initial implementation
  *   Zalanyi, Balazs Andor
  *
@@ -43,6 +44,7 @@ class TTCN_Communication {
 
 public:
   static const NetworkFamily& get_network_family() { return hcnh.get_family(); }
+  static bool has_local_address() { return local_addr_set; }
   static void set_local_address(const char *host_name);
   static const IPAddress *get_local_address();
   static void set_mc_address(const char *host_name,
This page took 0.025358 seconds and 5 git commands to generate.