diff options
| author | 2009-03-03 19:31:44 -0800 | |
|---|---|---|
| committer | 2009-03-03 19:31:44 -0800 | |
| commit | edbf3b6af777b721cd2a1ef461947e51e88241e1 (patch) | |
| tree | f09427b843b192cccf8c3b5328cb81dddf6489fa /libs/ui/Point.cpp | |
| parent | d5193d9394c5e58176d7bcdf50ef017f8a3b9e1e (diff) | |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'libs/ui/Point.cpp')
| -rw-r--r-- | libs/ui/Point.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ui/Point.cpp b/libs/ui/Point.cpp new file mode 100644 index 0000000000..438d49fa4f --- /dev/null +++ b/libs/ui/Point.cpp @@ -0,0 +1,11 @@ +/* + * Point.cpp + * Android + * + * Created on 11/16/2006. + * Copyright 2005 The Android Open Source Project + * + */ + +#include <ui/Point.h> + |