From 681297e10b666e13cc463f6fbb16236f36c3266c Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 12 Jul 2005 22:28:02 +0000 Subject: Reference counting and smart pointers. --- src/base.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/base.cpp') diff --git a/src/base.cpp b/src/base.cpp index 235bedbf..79ad0655 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -96,6 +96,11 @@ const string CRLF = "\r\n"; const string SUPPORTED_MIME_VERSION = "1.0"; +/** Null reference. + */ +const null_ref null = null_ref(); + + // Line length limits namespace lineLengthLimits { -- cgit v1.2.3