Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c6d114be
Kaydet (Commit)
c6d114be
authored
Şub 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
std::exception retrofit sequel
Change-Id: Ide9234c50592fe4f12eb1f6ea836ad60ce4697df
üst
f73ffb91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test_any.cxx
cppu/qa/test_any.cxx
+3
-3
test_reference.cxx
cppu/qa/test_reference.cxx
+1
-1
No files found.
cppu/qa/test_any.cxx
Dosyayı görüntüle @
c6d114be
...
...
@@ -88,7 +88,7 @@ private:
class
Impl1
:
public
Interface1
,
private
Base
{
public
:
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
css
::
uno
::
Type
const
&
type
)
throw
(
css
::
uno
::
RuntimeException
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
if
(
type
==
getCppuType
<
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
>
())
...
...
@@ -116,7 +116,7 @@ public:
class
Impl2
:
public
Interface2a
,
public
Interface3
,
private
Base
{
public
:
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
css
::
uno
::
Type
const
&
type
)
throw
(
css
::
uno
::
RuntimeException
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
if
(
type
==
getCppuType
<
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
>
())
...
...
@@ -152,7 +152,7 @@ public:
class
Impl2b
:
public
Interface2b
,
private
Base
{
public
:
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
css
::
uno
::
Type
const
&
type
)
throw
(
css
::
uno
::
RuntimeException
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
if
(
type
==
getCppuType
<
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
>
())
...
...
cppu/qa/test_reference.cxx
Dosyayı görüntüle @
c6d114be
...
...
@@ -48,7 +48,7 @@ public:
}
virtual
Any
SAL_CALL
queryInterface
(
const
Type
&
_type
)
throw
(
RuntimeException
)
throw
(
RuntimeException
,
std
::
exception
)
{
Any
aInterface
;
if
(
_type
==
getCppuType
<
Reference
<
XInterface
>
>
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment