]> err.no Git - sope/commitdiff
minor docs enh
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 20 Oct 2004 10:33:20 +0000 (10:33 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 20 Oct 2004 10:33:20 +0000 (10:33 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@282 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/SoObjects/SoProductClassInfo.h
sope-appserver/NGObjWeb/SoObjects/SoProductClassInfo.m

index 409e5a241ae3e931c029c5157b5fad52333797d0..3dc08ce8ade8cec26a8e226b856d410d864ccd1e 100644 (file)
@@ -18,7 +18,7 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
+// $Id: SoProductClassInfo.h 1 2004-08-20 10:08:27Z znek $
 
 #ifndef __SoObjects_SoProductClassInfo_H__
 #define __SoObjects_SoProductClassInfo_H__
@@ -47,6 +47,8 @@
     pageName              creates a SoPageInvocation
     actionName  optional  (used in conjunction with pageName)
     selector              creates a SoSelectorInvocation
+    actionClass           create a SoActionInvocation
+    directActionName      (used in conjunction with actionClass)
 */
 
 @class NSString, NSDictionary, NSMutableDictionary, NSArray;
index 3a168e3cc71c5701ae306f2f3be25f15cd76b511..0145875de7f82b651668121d11995ba19515315e 100644 (file)
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id: SoProductClassInfo.m 1 2004-08-20 10:08:27Z znek $
 
 #include "SoProductClassInfo.h"
 #include "SoActionInvocation.h"