summaryrefslogtreecommitdiffstats
path: root/cosv/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 11:08:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-24 16:53:56 +0000
commit17ecf0036d44657b954de6c8f7efd536ab5c4809 (patch)
tree313962191e32e2ab611e3e25b8237b6ad76a329b /cosv/inc
parentuse read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loops (diff)
downloadcore-17ecf0036d44657b954de6c8f7efd536ab5c4809.tar.gz
core-17ecf0036d44657b954de6c8f7efd536ab5c4809.zip
callcatcher: update list, remove newly unused methods
Diffstat (limited to 'cosv/inc')
-rw-r--r--cosv/inc/cosv/file.hxx4
-rw-r--r--cosv/inc/cosv/streamstr.hxx7
2 files changed, 0 insertions, 11 deletions
diff --git a/cosv/inc/cosv/file.hxx b/cosv/inc/cosv/file.hxx
index 9d12cac4d6cf..b005a219db9f 100644
--- a/cosv/inc/cosv/file.hxx
+++ b/cosv/inc/cosv/file.hxx
@@ -58,10 +58,6 @@ class File : public bstream,
public:
// LIFECYCLE
File(
- const ::csv::ploc::Path &
- i_rLocation,
- uintt i_nMode = CFM_RW );
- File(
const char * i_sLocation,
uintt in_nMode = CFM_RW );
File(
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx
index f91cef4c3562..67d22a5a8a69 100644
--- a/cosv/inc/cosv/streamstr.hxx
+++ b/cosv/inc/cosv/streamstr.hxx
@@ -88,9 +88,6 @@ class StreamStr : public bostream
// LIFECYCLE
StreamStr(
size_type i_nCapacity );
- StreamStr(
- const char * i_sInitStr,
- size_type i_nCapacity ); /// Only used if > strlen(i_sInitStr).
/// Copies also insert_mode and current position.
StreamStr(
const self & i_rOther );
@@ -207,10 +204,6 @@ class StreamStr : public bostream
char i_cCarToSearch,
char i_cReplacement );
- StreamStr & to_upper(
- position_type i_nStart = 0,
- size_type i_nLength = str::maxsize );
-
// INQUIRY
const char * c_str() const;
const char * data() const;