1
/**************************************************************************
3
* Copyright 2015 Canonical Ltd.
4
* Copyright 2015 Carlos J Mazieri <carlos.mazieri@gmail.com>
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU Lesser General Public License as published by
8
* the Free Software Foundation; version 3.
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Lesser General Public License for more details.
15
* You should have received a copy of the GNU Lesser General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
30
typedef SmbUtil const * Const_SmbUtil_Ptr;
31
typedef SmbUtil * SmbUtil_Ptr;
33
class SmbObject : public CleanUrl
36
SmbObject(const QString &urlPath, Const_SmbUtil_Ptr smb = 0);
37
SmbUtil_Ptr smbObj() const;
41
Const_SmbUtil_Ptr m_smb;
42
SmbUtil_Ptr m_smbOwnInstance; //!< not zero only if smb == 0