[svn] commit: r969 - /branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/template.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 25 22:12:51 UTC 2010
Author: jinmei
Date: Thu Feb 25 22:12:50 2010
New Revision: 969
Log:
added note about marker comments for auto-generating C++ files.
Modified:
branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/template.h
Modified: branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/template.h
==============================================================================
--- branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/template.h (original)
+++ branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata/template.h Thu Feb 25 22:12:50 2010
@@ -37,10 +37,15 @@
// "RR-type specific members" space (please make them private). In addition,
// you may want to define some specific member functions, either public or
// private (or, though unlikely for a leaf class, protected).
+//
+// Note: do not remove the comment lines beginning with "BEGIN_" and "END_".
+// These are markers used by a script for auto-generating build-able source
+// files.
class MyType : public Rdata {
public:
// BEGIN_COMMON_MEMBERS
+ // Do not remove the BEGIN_xxx and END_xxx comment lines.
// END_COMMON_MEMBERS
private:
// RR-type specific members are here.
More information about the bind10-changes
mailing list