Author: infinoid
Date: Mon Jul 21 05:42:11 2008
New Revision: 29651

Modified:
   branches/pdd13pbc/src/pmc/packfileannotations.pmc
   branches/pdd13pbc/src/pmc/packfileconstanttable.pmc
   branches/pdd13pbc/src/pmc/packfiledirectory.pmc
   branches/pdd13pbc/src/pmc/packfilefixuptable.pmc
   branches/pdd13pbc/src/pmc/packfilerawsegment.pmc

Log:
[PDD13]
Remove some useless pack() and unpack() stubs, the parent class handles
those.


Modified: branches/pdd13pbc/src/pmc/packfileannotations.pmc
==============================================================================
--- branches/pdd13pbc/src/pmc/packfileannotations.pmc   (original)
+++ branches/pdd13pbc/src/pmc/packfileannotations.pmc   Mon Jul 21 05:42:11 2008
@@ -32,34 +32,6 @@
 
 /*
 
-=item C<STRING *pack()>
-
-Serialize the segment.
-
-=cut
-
-*/
-    STRING *pack() {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
-=item C<void unpack(STRING *data)>
-
-Unpack a serialized segment string.
-
-=cut
-
-*/
-    void unpack(STRING *data) {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
 =item C<PMC *get_key_list()>
 
 Get the PackfileAnnotationKeys PMC, listing the keys and types of annotations

Modified: branches/pdd13pbc/src/pmc/packfileconstanttable.pmc
==============================================================================
--- branches/pdd13pbc/src/pmc/packfileconstanttable.pmc (original)
+++ branches/pdd13pbc/src/pmc/packfileconstanttable.pmc Mon Jul 21 05:42:11 2008
@@ -31,34 +31,6 @@
 
 /*
 
-=item C<STRING *pack()>
-
-Serialize the segment.
-
-=cut
-
-*/
-    STRING *pack() {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
-=item C<void unpack(STRING *data)>
-
-Unpack a serialized segment string.
-
-=cut
-
-*/
-    void unpack(STRING *data) {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
 =item C<INTVAL elements()>
 
 Get the number of elements in the array.

Modified: branches/pdd13pbc/src/pmc/packfiledirectory.pmc
==============================================================================
--- branches/pdd13pbc/src/pmc/packfiledirectory.pmc     (original)
+++ branches/pdd13pbc/src/pmc/packfiledirectory.pmc     Mon Jul 21 05:42:11 2008
@@ -32,34 +32,6 @@
 
 /*
 
-=item C<STRING *pack()>
-
-Serialize the segment.
-
-=cut
-
-*/
-    STRING *pack() {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
-=item C<void unpack(STRING *data)>
-
-Unpack a serialized segment string.
-
-=cut
-
-*/
-    void unpack(STRING *data) {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
 =item C<INTVAL elements()>
 
 Get the number of elements in the array.

Modified: branches/pdd13pbc/src/pmc/packfilefixuptable.pmc
==============================================================================
--- branches/pdd13pbc/src/pmc/packfilefixuptable.pmc    (original)
+++ branches/pdd13pbc/src/pmc/packfilefixuptable.pmc    Mon Jul 21 05:42:11 2008
@@ -31,34 +31,6 @@
 
 /*
 
-=item C<STRING *pack()>
-
-Serialize the segment.
-
-=cut
-
-*/
-    STRING *pack() {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
-=item C<void unpack(STRING *data)>
-
-Unpack a serialized segment string.
-
-=cut
-
-*/
-    void unpack(STRING *data) {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
 =item C<INTVAL elements()>
 
 Get the number of elements in the array.

Modified: branches/pdd13pbc/src/pmc/packfilerawsegment.pmc
==============================================================================
--- branches/pdd13pbc/src/pmc/packfilerawsegment.pmc    (original)
+++ branches/pdd13pbc/src/pmc/packfilerawsegment.pmc    Mon Jul 21 05:42:11 2008
@@ -31,34 +31,6 @@
 
 /*
 
-=item C<STRING *pack()>
-
-Serialize the segment.
-
-=cut
-
-*/
-    STRING *pack() {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
-=item C<void unpack(STRING *data)>
-
-Unpack a serialized segment string.
-
-=cut
-
-*/
-    void unpack(STRING *data) {
-        real_exception(interp, NULL, E_NotImplementedError, "Not implemented 
yet.");
-    }
-
-
-/*
-
 =item C<INTVAL elements()>
 
 Get the number of elements in the array.

Reply via email to