Fresco/Prague/include/Prague/Sys DLL.hh,1.8,1.9

Stefan Seefeld <[email protected]> Wed, 07 May 2003 23:11:35 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague/include/Prague/Sys
In directory purcel:/tmp/cvs-serv23361/Prague/include/Prague/Sys

Modified Files:
	DLL.hh 
Log Message:
some cleanup in the autoconf stuff

Index: DLL.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/Sys/DLL.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DLL.hh	23 Aug 2001 01:57:14 -0000	1.8
+++ DLL.hh	8 May 2003 04:11:33 -0000	1.9
@@ -38,10 +38,10 @@
   //. resolve the given symbol
   void *resolve(const std::string &) throw(std::runtime_error);
   //. return the library's name
-  const std::string &name() const throw() { return _name;}
+  const std::string &name() const throw() { return my_name;}
 private:
-  std::string _name;
-  void       *_handle;
+  std::string my_name;
+  void       *my_handle;
 };
 
 }