parent
b130010926
commit
3d4829eea1
@ -1 +1 @@
|
|||||||
djvulibre-3.5.16.tar.gz
|
djvulibre-3.5.16cvs.tar.gz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
===================================================================
|
|
||||||
RCS file: /cvsroot/djvu/djvulibre-3.5/libdjvu/GString.h,v
|
|
||||||
retrieving revision 1.19
|
|
||||||
retrieving revision 1.20
|
|
||||||
diff -u -r1.19 -r1.20
|
|
||||||
--- djvulibre-3.5/libdjvu/GString.h 2004/08/06 15:11:29 1.19
|
|
||||||
+++ djvulibre-3.5/libdjvu/GString.h 2005/07/22 15:28:07 1.20
|
|
||||||
@@ -138,6 +138,10 @@
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+class GBaseString;
|
|
||||||
+class GUTF8String;
|
|
||||||
+class GNativeString;
|
|
||||||
+
|
|
||||||
// Internal string representation.
|
|
||||||
class GStringRep : public GPEnabled
|
|
||||||
{
|
|
||||||
@@ -433,8 +437,6 @@
|
|
||||||
virtual unsigned long getValidUCS4(const char *&source) const;
|
|
||||||
};
|
|
||||||
|
|
||||||
-class GUTF8String;
|
|
||||||
-class GNativeString;
|
|
||||||
|
|
||||||
/** General purpose character string.
|
|
||||||
Each dirivied instance of class #GBaseString# represents a
|
|
@ -1,28 +0,0 @@
|
|||||||
diff -Naupr djvulibre-3.5.16.orig/libdjvu/ByteStream.h djvulibre-3.5.16/libdjvu/ByteStream.h
|
|
||||||
--- djvulibre-3.5.16.orig/libdjvu/ByteStream.h 2003-11-07 23:08:20.000000000 +0100
|
|
||||||
+++ djvulibre-3.5.16/libdjvu/ByteStream.h 2006-01-30 11:22:17.000000000 +0100
|
|
||||||
@@ -242,7 +242,7 @@ public:
|
|
||||||
and writes it to the specified stream. */
|
|
||||||
void formatmessage( const char *fmt, ... );
|
|
||||||
/** Looks up the message and writes it to the specified stream. */
|
|
||||||
- void ByteStream::writemessage( const char *message );
|
|
||||||
+ void writemessage( const char *message );
|
|
||||||
/** Writes a one-byte integer to a ByteStream. */
|
|
||||||
void write8 (unsigned int card8);
|
|
||||||
/** Writes a two-bytes integer to a ByteStream.
|
|
||||||
diff -Naupr djvulibre-3.5.16.orig/libdjvu/GURL.h djvulibre-3.5.16/libdjvu/GURL.h
|
|
||||||
--- djvulibre-3.5.16.orig/libdjvu/GURL.h 2003-11-07 23:08:21.000000000 +0100
|
|
||||||
+++ djvulibre-3.5.16/libdjvu/GURL.h 2006-01-30 11:18:17.000000000 +0100
|
|
||||||
@@ -278,10 +278,10 @@ public:
|
|
||||||
//@}
|
|
||||||
|
|
||||||
/// Returns TRUE if #gurl1# and #gurl2# are the same
|
|
||||||
- bool GURL::operator==(const GURL & gurl2) const;
|
|
||||||
+ bool operator==(const GURL & gurl2) const;
|
|
||||||
|
|
||||||
/// Returns TRUE if #gurl1# and #gurl2# are different
|
|
||||||
- bool GURL::operator!=(const GURL & gurl2) const;
|
|
||||||
+ bool operator!=(const GURL & gurl2) const;
|
|
||||||
|
|
||||||
/// Assignment operator
|
|
||||||
GURL & operator=(const GURL & url);
|
|
Loading…
Reference in new issue