tasn pushed a commit to branch master.

http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=736b78a54a5e0fae5487ce1eeaf758b50f8b1a64

commit 736b78a54a5e0fae5487ce1eeaf758b50f8b1a64
Author: Andreas Volz <[email protected]>
Date:   Tue Nov 24 21:48:52 2009 +0000

    use std::string instead of char* for connect/emit
    
    
    SVN revision: 43961
---
 edjexx/include/edjexx/EdjeObject.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/edjexx/include/edjexx/EdjeObject.h 
b/edjexx/include/edjexx/EdjeObject.h
index b987968..c1790c8 100644
--- a/edjexx/include/edjexx/EdjeObject.h
+++ b/edjexx/include/edjexx/EdjeObject.h
@@ -16,8 +16,8 @@
 
 namespace efl {
 
-typedef sigc::signal<void, const char*, const char*> EdjeSignalSignal;
-typedef sigc::slot2<void, const char*, const char*> EdjeSignalSlot;
+typedef sigc::signal<void, const std::string, const std::string> 
EdjeSignalSignal;
+typedef sigc::slot2<void, const std::string, const std::string> EdjeSignalSlot;
   
 class EdjeObject : public EvasObject
 {

-- 


Reply via email to