]> git.llucax.com Git - software/bife/bife++.git/blobdiff - libbife/fallback.h
Added a typeid() demangle example.
[software/bife/bife++.git] / libbife / fallback.h
index f772893b075007f10806fda19052b46329b2a46d..b27eab292a39f4912e6a629215ba32525da425c0 100644 (file)
@@ -23,7 +23,7 @@ namespace bife {
         // Typedefs
         public:
             /// Fallback constructor function prototype.
-            typedef Fallback* Constructor(const string&, const string&, const Hash&);
+            //typedef Fallback* Constructor(const string&, const string&, const Hash&);
 
         // Attributes.
         public:
@@ -37,7 +37,7 @@ namespace bife {
              *
              * @param name    Name of the widget.
              */
-            Fallback(const string&);
+            Fallback(void);
 
             /**
              * Constructor.
@@ -45,7 +45,7 @@ namespace bife {
              * @param name    Name of the widget.
              * @param attrs   Widget attributes.
              */
-            Fallback(const string&, const Hash&);
+            Fallback(const Hash&);
 
             /**
              * Constructor.
@@ -54,7 +54,7 @@ namespace bife {
              * @param attrs   Widget attributes.
              * @param content Content of the widget.
              */
-            Fallback(const string&, const Hash&, Widget*);
+            Fallback(const Hash&, Widget*);
 
             /**
              * Constructor.
@@ -62,7 +62,7 @@ namespace bife {
              * @param name    Name of the widget.
              * @param content Content of the widget.
              */
-            Fallback(const string&, Widget*);
+            //Fallback(Widget*);
 
             /**
              * Constructor.
@@ -71,7 +71,7 @@ namespace bife {
              * @param content Content of the widget.
              * @param attrs   Widget attributes.
              */
-            Fallback(const string&, Widget*, const Hash&);
+            Fallback(Widget*, const Hash&);
 
             /**
              * Destructor.