diff src/ov-va-args.h @ 3219:30770ba4457a

[project @ 1998-11-13 03:44:31 by jwe]
author jwe
date Fri, 13 Nov 1998 03:44:36 +0000
parents e6d25bc478dd
children d14c483b3c12
line wrap: on
line diff
--- a/src/ov-va-args.h	Thu Nov 12 16:44:12 1998 +0000
+++ b/src/ov-va-args.h	Fri Nov 13 03:44:36 1998 +0000
@@ -66,22 +66,9 @@
 
   void print_raw (ostream& os, bool pr_as_read_syntax = false) const;
 
-  int type_id (void) const { return t_id; }
-
-  string type_name (void) const { return t_name; }
-
-  static int static_type_id (void) { return t_id; }
-
-  static void register_type (void)
-    { t_id = octave_value_typeinfo::register_type (t_name); }
-
 private:
 
-  // Type id of all_va_arg objects, set by register_type().
-  static int t_id;
-
-  // Type name of all_va_arg objects, defined in ov-va-args.cc.
-  static const string t_name;
+  DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
 };
 
 #endif