Date: Wednesday, February 8, 2006 @ 16:45:30
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: abstract_item.hpp (1.12 -> 1.13)

Documented get_diagids() and get_backend_diagids() public methods.


-------------------+
 abstract_item.hpp |    4 ++++
 1 files changed, 4 insertions(+)


Index: odbsequoia/src/abstract_item.hpp
diff -u odbsequoia/src/abstract_item.hpp:1.12 
odbsequoia/src/abstract_item.hpp:1.13
--- odbsequoia/src/abstract_item.hpp:1.12       Mon Jan 23 13:00:44 2006
+++ odbsequoia/src/abstract_item.hpp    Wed Feb  8 16:45:30 2006
@@ -95,9 +95,13 @@
     void
     push_diag_chain(const std::wstring& prefix, const CarobNS::CarobException& 
ce);
 
+    /** Returns our own vendor and component IDs, used to prefix the diag 
message. */
     virtual const std::wstring&
     get_diagids() const { return diagids; };
 
+    /** Returns the vendor, component and data source IDs of the
+     backend we are faking. Used to prefix the diag message. Defined
+     thanks to the "BackendIdentifiers" field of the ODBC.INI file. */
     virtual const std::wstring&
     get_backend_diagids() const { return backend_diagids; };
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to