remove unnecessary Dali::Vector exports 68/28968/1
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Fri, 17 Oct 2014 15:55:04 +0000 (16:55 +0100)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Fri, 17 Oct 2014 15:55:04 +0000 (16:55 +0100)
[Problem] templated version methods accidentally exported by default
[Cause] whole namespace exported
[Solution] split to two declarations

Change-Id: Iafa06b0c965054da7c401456d2a755e923cf2bf8

dali/public-api/common/dali-vector.h

index 6b5dc8f..50f1220 100644 (file)
@@ -186,6 +186,14 @@ protected: // Data
 
 };
 
+} // namespace Dali
+
+/**
+ * This template section does not need to be exported, it should use the visibility of the code its used in
+ */
+namespace Dali
+{
+
 /**
  * @brief Vector algorithm variant for trivial types.
  *