jmcnally 01/08/30 10:50:32
Modified: src/templates/om Object.vm
Log:
do not include getPeer method for alias objects
Revision Changes Path
1.5 +2 -0 jakarta-turbine-torque/src/templates/om/Object.vm
Index: Object.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/Object.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Object.vm 2001/08/29 05:27:33 1.4
+++ Object.vm 2001/08/30 17:50:32 1.5
@@ -1108,6 +1108,7 @@
}
#end
+#if (!$table.isAlias())
/**
* returns a peer instance associated with this om. Since Peer classes
* are not to have any instance attributes, this method returns the
@@ -1118,5 +1119,6 @@
{
return peer;
}
+#end
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]