diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-08-28 21:57:03 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-08-28 21:57:03 +0000 |
commit | f77c14d6372017a77c54f38911345b3619e9188e (patch) | |
tree | ed0da54195648667832fb4035dadbde35f3f2d8e /swig/zypp.i | |
parent | 7a340b53f03270b0a17f817cbc53a2812ae1e95f (diff) | |
download | libzypp-bindings-f77c14d6372017a77c54f38911345b3619e9188e.tar.gz libzypp-bindings-f77c14d6372017a77c54f38911345b3619e9188e.tar.bz2 libzypp-bindings-f77c14d6372017a77c54f38911345b3619e9188e.zip |
- use Pathname class as defined in ZYpp
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 95144ff..fb88268 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -127,11 +127,7 @@ class ZYpp void setPartitions(const DiskUsageCounter::MountPointSet &mp); */ Target_Ptr target() const; -#ifdef SWIGRUBY void initializeTarget(const Pathname & root); -#else - void initializeTarget(const std::string & root); -#endif void finishTarget(); typedef ZYppCommitResult CommitResult; |