|
@@ -148,28 +148,8 @@ private:
|
|
|
DLHolder ds_lib_;
|
|
|
};
|
|
|
|
|
|
-/// \brief Create a datasource instance
|
|
|
-///
|
|
|
-/// This function is a fixed generator for datasource instances of all types.
|
|
|
-///
|
|
|
-/// Currently, the different types are hardcoded in the implementation of this
|
|
|
-/// function. However, we plan on making it more flexible, possibly through
|
|
|
-/// th
|
|
|
-///
|
|
|
-/// \note This function returns a raw pointer. The caller is expected to
|
|
|
-/// delete this pointer again. We don't return any specific smart
|
|
|
-/// pointer for flexibility. However, we highly advice that the
|
|
|
-/// return value of this function is directly put into a shared or
|
|
|
-/// scoped pointer.
|
|
|
-///
|
|
|
-/// \exception DataSourceConfigError if the given configuration values are
|
|
|
-/// bad for the given datasource type
|
|
|
-DataSourceClient*
|
|
|
-createDataSourceClient(const std::string& type,
|
|
|
- isc::data::ConstElementPtr config);
|
|
|
-
|
|
|
-}
|
|
|
-}
|
|
|
+} // end namespace datasrc
|
|
|
+} // end namespace isc
|
|
|
#endif // DATA_SOURCE_FACTORY_H
|
|
|
// Local Variables:
|
|
|
// mode: c++
|