From 6d7fa75f1c0f6dd5038afb6cdb4b51f41005afd1 Mon Sep 17 00:00:00 2001 From: "shaver%mozilla.org" Date: Wed, 29 Jun 2005 18:32:38 +0000 Subject: [PATCH] 67699: all your nsIClassInfo is belong to us - teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the builds - add a heaping serving of macro love for classes that want to support it - convert many modules to use nsGenericModule the new way - handful of warning and modeline fixes - nsSample and some XPConnect test classes now have nsIClassInfo support for testing git-svn-id: svn://10.0.0.236/trunk@175319 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/sample/program/nsTestSample.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/xpcom/sample/program/nsTestSample.cpp b/mozilla/xpcom/sample/program/nsTestSample.cpp index ae514d59aae..479b5f6d39e 100644 --- a/mozilla/xpcom/sample/program/nsTestSample.cpp +++ b/mozilla/xpcom/sample/program/nsTestSample.cpp @@ -33,7 +33,8 @@ #define NS_SAMPLE_CONTRACTID "@mozilla.org/sample;1" -main() +int +main(void) { nsresult rv;